PageVariableSetFieldIsActive Property
Specifies the setting of the page variable. It defaults to false (inactive) at the beginning of a document.
An inactive page variable is not incremented between pages.
The defined values are:
-false: page variable is turned off.
-true: page variable is turned on.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
Property Value
Boolean